projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9715317
)
* src/fileio.c (Fset_default_file_modes): Fix typo in doc string.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 27 Oct 2017 17:21:39 +0000
(20:21 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 27 Oct 2017 17:21:39 +0000
(20:21 +0300)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index 92cc39496c49f9d0786e740ad8b72d1ff3e5f254..cc1399e1bdaa9519a2dca2f561956ce18a1d4ea3 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-3129,7
+3129,7
@@
On Posix hosts, this setting is inherited by subprocesses.
This function works by setting the Emacs's file mode creation mask.
Each bit that is set in the mask means that the corresponding bit
-in the
the
permissions of newly created files will be disabled.
+in the permissions of newly created files will be disabled.
Note that when `write-region' creates a file, it resets the
execute bit, even if the mask set by this function allows that bit